ComponentOne FlexReport for WinForms
Implicit Type Conversion Operator (ScriptValue<T>)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ScriptValue<T> Class : Implicit Type Conversion Operator
The object to convert.
Converts the ScriptValueobject to a string.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal value As ScriptValue(Of T) _
) As System.String
public System.string operator implicit( 
   ScriptValue<T> value
)

Parameters

value
The object to convert.

Return Value

The string representing the object.
See Also

Reference

ScriptValue<T> Class
ScriptValue<T> Members